(mouse-set-region): Call set-mark to activate mark.
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 May 1993 20:32:23 +0000 (20:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 May 1993 20:32:23 +0000 (20:32 +0000)
lisp/mouse.el

index 779d4fa5b67f40a733aceade86dcba5327348733..5f032754c0073599166bb59b85db47afe220d73c 100644 (file)
@@ -111,6 +111,7 @@ This must be bound to a mouse drag event."
             (eq (framep (selected-frame)) 'x))
        (sit-for 1))
     (push-mark)
+    (set-mark (point))
     (if (numberp (posn-point end))
        (goto-char (posn-point end)))))